home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 054a / barclk13.zip / CHANGES.TXT < prev    next >
Text File  |  1993-04-06  |  7KB  |  181 lines

  1. BarClock(tm)
  2.  
  3. Copyright 1993 by Patrick Breen - All rights reserved.
  4.  
  5.  
  6. This file lists the changes between revisions of BarClock.
  7.  
  8. v1.31 - April 5, 1993        (Public Distribution)
  9.  
  10.     Made change so that changes made to the .ini file
  11.     would not overwritten when the clock exited.
  12.  
  13.     Fixed bug in calculation of free disk space.
  14.  
  15.     Fixed bug that caused small drawing problem when
  16.     clock was on a dithered background.
  17.  
  18.     Thanks to all who provided me with quick feedback
  19.     regarding problems with v1.3!
  20.  
  21. Known problems with v1.31:
  22.  
  23.     Menu access when Excel is active is "off by 1" - the
  24.     selected menu item is not beneath the mouse but above it!
  25.  
  26.     Possiblity of crash when switching between DOS and Windows.
  27.     This only happens in a handful of configurations of which,
  28.     unfortunately, mine is not one.  I will continue to work on
  29.     this one and any additional help is greatly appreciated.
  30.  
  31. v1.3 - March 28, 1993        (Beta Distribution)
  32.  
  33.     Renamed from WinClock to BarClock to avoid conflict
  34.     with an existing shareware product.  This includes
  35.     the .ini file which is now "BarClock.ini".
  36.  
  37.     Eliminated flicker when mouse is positioned over display.
  38.  
  39.     Fixed compatability problem with Ami Pro that caused
  40.     information to overwrite the text they place in the
  41.     title bar when selecting from the menu.
  42.  
  43.     Fixed compatability problem with a handful of applications
  44.     that would cause them not to redraw properly.
  45.  
  46.     Clock never gets put in a window that is always topmost.
  47.  
  48.     Added full date picture support that is syntactically
  49.     equivalent to Windows.  See readme.txt for more details.
  50.  
  51.     Added all long and short month and weekday names to a
  52.     string table in the resource file which can be editited
  53.     with any resource editor.  This provides support for
  54.     international days and months.
  55.  
  56.     Added full control of format of the resource, free memory
  57.     and free disk space strings.  See readme.txt for more
  58.     details.
  59.  
  60.     Added support for hour, half hour and quarter hour chimes.
  61.     See readme.txt for more details.
  62.  
  63.     Reduced memory footprint to about 12k.
  64.  
  65. v1.21 - February 24, 1993
  66.  
  67.     Fixed bug that caused 12 noon and 12 midnight to display as
  68.     0 when not using the 24 hour clock.
  69.  
  70.     Fixed bug that caused an invalid HDC to be released.
  71.  
  72.     Fixed compatability problem with MS Word that caused several
  73.     items to toggle with one click.
  74.  
  75.     Better support for Norton Desktop - information now appears
  76.     in main caption rather than the group window captions.
  77.  
  78.     Changed display of memory and disk space to use scaling -
  79.     can be forced to always use "Kb" with change to .INI file.
  80.  
  81.     Fixed compatability problem with XVision that caused it
  82.     clock to ignore all session windows.
  83.  
  84.     Fixed text so that the window title is not overlapped.
  85.  
  86.     Fixed problem that caused clock to appear in some dialog
  87.     windows.
  88.  
  89.     Save window size and position in .INI file for window that
  90.     appears when the clock is homeless.
  91.  
  92.     Reorganized code so that memory footprint is about 16k.
  93.  
  94.  
  95. v1.2 - February 20, 1993
  96.  
  97.     Hopefully removed bug that caused system colors not to work
  98.     on certain configurations.  I now default to using the active
  99.     colors rather than the inactive colors.  (I was only able to
  100.     reproduce and fis this using Windows 3.0 - if this is still a
  101.     problem, let me know what version of Windows you are using)
  102.  
  103.     Completely tested and compatible with Windows 3.0.  There
  104.     were a few compatability issues introduced with v1.1 that are
  105.     now fixed.
  106.  
  107.     Removed custom colors - the clock now always uses system colors
  108.     for the background and the text.  Removing this option also
  109.     eliminated a bug which caused a "COMMDLG.DLG could not be found"
  110.     message.  (Custom text color is still supported by options in the
  111.     .INI file.)
  112.  
  113.     Make sure that the clock does not cover the entire caption
  114.     bar on small windows.  Items on left are given preference over
  115.     items on right.
  116.  
  117.     When all windows are iconized and clock is left homeless,
  118.     information is displayed in the clock caption bar.  Can be
  119.     disabled by setting in .INI file.
  120.  
  121.     Moved all preferences out of win.ini and into WinClock.ini.
  122.  
  123.     Added new display items for displaying free memory, free
  124.     resources and free disk space on a chosen drive.
  125.  
  126.     Added options for what gets displayed when and where it gets
  127.     displayed.  Setup dialog is now a hideous mass of radio buttons
  128.     that allow the setting of these options.  Any suggestions on a
  129.     better UI that uses standard controls would be appreciated.
  130.  
  131.     Added better support for international time and date settings.
  132.     I now use the system settings for time separator, AM/PM text,
  133.     and date separator.  In addition, DD/MM/YY and YY/MM/DD formats
  134.     have been added.  Setup dialog now uses current date for sample.
  135.  
  136.     Added option to disable invalidation of entire desktop on
  137.     machines running Windows 3.0.
  138.  
  139.     Once again, I thank all those who gave me ideas and described
  140.     compatability problems.
  141.  
  142.  
  143. v1.1 - February 7, 1993
  144.  
  145.     Fixed drawing problem that resulted in "ghost" clocks.  This
  146.     version uses the Windows 3.1 function RedrawWindow() to invalidate
  147.     the caption of the previous window which had the clock.  If
  148.     RedrawWindow() is not available (ie, Windows 3.0 is being used),
  149.     the entire desktop window is invalidated.  This does solve the
  150.     problem, but it causes a noticeable flicker.  I will continue to
  151.     look for a better solution.
  152.  
  153.     Fixed drawing problem in very small windows - the clock would
  154.     cover the system menu and the window border.  Now it will never
  155.     extend outside of the caption area.
  156.  
  157.     Added date.  A short click on the clock will display the date in
  158.     the caption bar for a few seconds before displaying the time again.
  159.     There are a couple of date formats available in the Setup... dialog.
  160.  
  161.     Removed flashing colon when seconds are not displayed.
  162.  
  163.     Added ability to position the clock on either the left or the
  164.     right of the caption bar.  This is controlled by an option found
  165.     in the Setup... dialog.
  166.  
  167.     Added Setup... dialog so that many options can be set at once.
  168.  
  169.     Added Color... dialog.  This dialog allows you to specify the
  170.     text and background color of the clock.  It now defaults to using
  171.     the system colors.  The Set... buttons are enabled if you have
  172.     the Windows COMMDLG.DLL (I didn't want to create a fancy color
  173.     dialog).  Otherwise, type in the RGB value of the color you desire.
  174.  
  175.     Thanks to all the people who contributed ideas and bug reports -
  176.     I will continue to listen and respond to all contributions.
  177.  
  178.  
  179. v1.0    - January 30, 1993
  180.  
  181.     Initial Release